InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Add Method / Add(TKey,TValue) Method

In This Topic
    Add(TKey,TValue) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal key As TKey, _
       ByVal value As TValue _
    ) 
    public void Add( 
       TKey key,
       TValue value
    )

    Parameters

    key
    value
    See Also